DescribeVulWhitelist
Description
Get the vulnerability list in the vulnerability whitelist.
Request Method
POST
Request Path
/apsara/route/Sas/DescribeVulWhitelist
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
PageSize | BODY | integer | No | No sample value for this parameter. | specifies the maximum number of records per page in the returned result. default value: 20 |
CurrentPage | BODY | integer | No | No sample value for this parameter. | specifies the number of pages currently returned. default value: 1 |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
TotalCount | integer | no demo value | returns the total number of records. |
Type | string | no demo value | vulnerability classification. |
RequestId | string | no demo value | request ID. |
PageSize | integer | no demo value | page displays the maximum number of records. |
VulWhitelists | array | no demo value | whitelist of vulnerabilities. see the following parameter description for specific sub-items. |
CurrentPage | integer | no demo value | currently returns page number. |
AliasName | string | no demo value | vulnerability alias. |
Reason | string | no demo value | the reason why the vulnerability was added to the whitelist. |
Name | string | no demo value | vulnerability name. |
Example
Successful Response example
{
"TotalCount":"no demo value",
"Type":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"VulWhitelists":"no demo value",
"CurrentPage":"no demo value",
"AliasName":"no demo value",
"Reason":"no demo value",
"Name":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}